internal/runtime/maps.table.getWithKey (method)

3 uses

	internal/runtime/maps (current package)
		map.go#L414: 	return m.directoryAt(idx).getWithKey(typ, hash, key)
		table.go#L153: 	_, elem, ok := t.getWithKey(typ, hash, key)
		table.go#L166: func (t *table) getWithKey(typ *abi.SwissMapType, hash uintptr, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer, bool) {